home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / super20.zip / SUPER.CFG < prev    next >
Text File  |  1990-08-25  |  3KB  |  79 lines

  1. ;    Configuration file for Superstat v 1.0
  2. ;    Copyright 1990 By Alain Tremblay of fidonet 1:249/10
  3. ;
  4. ; binkley  uncomment the following line to generate a binkley report
  5. ; the following parameter is the name of the file to
  6. ; generate without extension. the following example is going to generate
  7. ; binkrep.ans  and binkrep.asc
  8. BINKLEY F:\TURBO\BINKREP
  9. ;
  10. ; With the binkley switch you need to use the binkpath entry to specify
  11. ; where your binkley.log file is.
  12. ;
  13. BINKPATH d:\quickbbs\binkley
  14. ;
  15. ; doors   uncomment the following line to generate a doors report, refer
  16. ; to the documentation on how to set your doors up so this option can
  17. ; be recognize.
  18. ; the following example will generate doors.ans and doors.asc
  19. DOORS F:\TURBO\BESTDOORS
  20. ;
  21. ;
  22. ; message uncomment the following line to generate a top message writers
  23. ; report.  the following will generate bestmess.ans and bestmess.asc
  24. MESSAGE F:\TURBO\BESTMESS
  25. ;
  26. ;
  27. ; callers  uncomment the following line to generate a top 10 callers report
  28. ; The following will generate bestcall.ans and bestcall.asc
  29. CALLERS F:\TURBO\BESTCALLS
  30. ;
  31. ;
  32. ; uploads  uncomment the following line to generate a top 10 uploaders
  33. ; report.  The following will generate bestup.ans and bestup.asc
  34. UPLOADS F:\TURBO\BESTUP
  35. ;
  36. ;
  37. ; system   uncomment the following line to generate a system report
  38. ; the following line will generate sysrep.ans and sysrep.asc
  39. SYSTEM F:\TURBO\SYSREP
  40. ;
  41. ;
  42. ; download   uncomment the following line to generate a worst 10 downloaders
  43. ; report.   The following line will generate bestdown.ans and bestdown.asc
  44. DOWNLOAD F:\TURBO\BESTDOWN
  45. ;
  46. ;
  47. ; box     The box command must be there and it must either be a 1 or a 2.
  48. ; 1 will give a single line box.
  49. ; 2 will give a double line box.
  50. BOX 1
  51. ;
  52. ;
  53. ; Colors have to place in the proper order using the following code
  54. ;
  55. ; Foreground Colors               Background Colors
  56. ; Black   = 1                       Black    = 1
  57. ; Red     = 2                       Red      = 2
  58. ; Green   = 3                       Green    = 3
  59. ; Brown   = 4                       Brown    = 4
  60. ; Blue    = 5                       Blue     = 5
  61. ; Magenta = 6                       Magenta  = 6
  62. ; Cyan    = 7                       Cyan     = 7
  63. ; white   = 8                       White    = 8
  64. ;
  65. ; Gray         = 9
  66. ; High Red     = 10
  67. ; High Green   = 11
  68. ; Yellow       = 12
  69. ; High Blue    = 13
  70. ; High Magenta = 14
  71. ; High Cyan    = 15
  72. ; High white   = 16
  73. ;
  74. ; The order is, Foreground table, background table, Foreground Box, 
  75. ; Background Box, Title, Column title, Numbers, Information colors.
  76. ;
  77. ; Suggested line is as follows;
  78. COLORS 15, 5, 16, 5, 11, 12, 11, 15
  79.